{ "version": 4, "terraform_version": "1.5.2", "serial": 166, "lineage": "b1762e06-9890-a4a2-41fb-f08b430faa56", "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-7c86ba38c11df299e", "ami": "ami-5755fc27", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-79a2c60c"], "subnet_id": "subnet-9a2bd70a", "key_name": "prod-deploy-key" } } ] } ] }