{ "version": 4, "terraform_version": "1.6.7", "serial": 481, "lineage": "bb7ffab9-b39a-c12b-8ac9-208e169f8183", "outputs": { "db_endpoint": { "value": "db-3.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-45dd8b0d537105a9c", "ami": "ami-411071cc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-553a2199"], "subnet_id": "subnet-e3444f29", "key_name": "prod-deploy-key" } } ] } ] }