{ "version": 4, "terraform_version": "1.6.7", "serial": 278, "lineage": "0581167c-b690-c0bb-4e1e-9d645e680cef", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-fda6ebf0476a7cb9e", "ami": "ami-2730401e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a06d4539"], "subnet_id": "subnet-7595615e", "key_name": "prod-deploy-key" } } ] } ] }