{ "version": 4, "terraform_version": "1.6.5", "serial": 507, "lineage": "3e8b3287-2766-ee83-332e-9b43bdee6951", "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-0ebfda1878774cd28", "ami": "ami-43256b18", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1bc65d88"], "subnet_id": "subnet-11d8665e", "key_name": "prod-deploy-key" } } ] } ] }