{ "version": 4, "terraform_version": "1.7.0", "serial": 343, "lineage": "5c06959a-fd14-3529-335d-df306b0ad56e", "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-3c0df4d4c4c533c36", "ami": "ami-b50d30f4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1a2d85c3"], "subnet_id": "subnet-6ec6cf89", "key_name": "prod-deploy-key" } } ] } ] }