{ "version": 4, "terraform_version": "1.6.3", "serial": 511, "lineage": "f86a536f-63b4-9e50-f0b2-a1bbe4690075", "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-30e90ecdec6d3ce8c", "ami": "ami-a3a1c307", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c6231f52"], "subnet_id": "subnet-7e812ac3", "key_name": "prod-deploy-key" } } ] } ] }