{ "version": 4, "terraform_version": "1.7.4", "serial": 218, "lineage": "f6c4c833-b544-7cf9-d354-65cf0127356f", "outputs": { "db_endpoint": { "value": "db-4.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-e306ea7e3fee6c276", "ami": "ami-bf88e2c0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cc08c393"], "subnet_id": "subnet-250e19ac", "key_name": "prod-deploy-key" } } ] } ] }