{ "version": 4, "terraform_version": "1.7.5", "serial": 227, "lineage": "259fa160-91cc-aae7-60a4-8b0c980cca2a", "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-678885dfd0d098307", "ami": "ami-b4fb224c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d718521f"], "subnet_id": "subnet-0e0cae6f", "key_name": "prod-deploy-key" } } ] } ] }