{ "version": 4, "terraform_version": "1.6.3", "serial": 137, "lineage": "5fb59c6c-08dd-8c13-8020-3e3e9e872b42", "outputs": { "db_endpoint": { "value": "db-1.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-83896120f65cc56f8", "ami": "ami-85ff524f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5c06fccb"], "subnet_id": "subnet-a8473fa7", "key_name": "prod-deploy-key" } } ] } ] }