{ "version": 4, "terraform_version": "1.6.4", "serial": 100, "lineage": "e000213d-881b-f771-6d15-16c3973bae20", "outputs": { "db_endpoint": { "value": "db-4.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-8b0b6e8f44654cea6", "ami": "ami-c84e777a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-11e39a4b"], "subnet_id": "subnet-a2649d00", "key_name": "prod-deploy-key" } } ] } ] }