{ "version": 4, "terraform_version": "1.5.7", "serial": 413, "lineage": "cab63cd4-9f75-c67b-b15a-a6e33b7773cf", "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-5a448928b7c16dcfe", "ami": "ami-ee6b1272", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1a5ec4ee"], "subnet_id": "subnet-917fd0b6", "key_name": "prod-deploy-key" } } ] } ] }