{ "version": 4, "terraform_version": "1.6.1", "serial": 573, "lineage": "aba9aa1e-05c9-0de7-2035-a2029b7a42d1", "outputs": { "db_endpoint": { "value": "db-0.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-2ff1e4e0ed7efb116", "ami": "ami-f4b181b0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-06a27c3f"], "subnet_id": "subnet-fca37a52", "key_name": "prod-deploy-key" } } ] } ] }