{ "version": 4, "terraform_version": "1.7.6", "serial": 320, "lineage": "f4595a55-b5f7-ef8b-f733-6e35d6046153", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-e44bc2d085bd0c255", "ami": "ami-8b9fc84b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6b78672f"], "subnet_id": "subnet-8a5fb740", "key_name": "prod-deploy-key" } } ] } ] }