{ "version": 4, "terraform_version": "1.6.5", "serial": 144, "lineage": "342cea3e-4e09-f361-2566-66af73fece1e", "outputs": { "db_endpoint": { "value": "db-2.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-8050e748fcc45b5af", "ami": "ami-92353e85", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-65d535a9"], "subnet_id": "subnet-77858291", "key_name": "prod-deploy-key" } } ] } ] }