{ "version": 4, "terraform_version": "1.6.4", "serial": 276, "lineage": "05bb876b-98a2-3e22-0821-4016523f4743", "outputs": { "db_endpoint": { "value": "db-1.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-2b630da6fee75507c", "ami": "ami-f91d14aa", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cbfe4d06"], "subnet_id": "subnet-703c7af7", "key_name": "prod-deploy-key" } } ] } ] }