{ "version": 4, "terraform_version": "1.5.5", "serial": 148, "lineage": "b30b4277-d9f6-2438-b5a5-39ab6407d55b", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-9276be89ba74b6746", "ami": "ami-316d784c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5a4a1ac1"], "subnet_id": "subnet-a0e7e98c", "key_name": "prod-deploy-key" } } ] } ] }