{ "version": 4, "terraform_version": "1.6.4", "serial": 536, "lineage": "23532993-2bbf-a957-d63c-a1dafe40da3c", "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-657da8650e7bed7dd", "ami": "ami-faf3ddb9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ca6b4ef3"], "subnet_id": "subnet-d178cd09", "key_name": "prod-deploy-key" } } ] } ] }