{ "version": 4, "terraform_version": "1.8.0", "serial": 120, "lineage": "74e89297-c34d-a346-9c54-a0552df8cce7", "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-28f8e52771dd8d328", "ami": "ami-0c02be77", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3aeebad4"], "subnet_id": "subnet-8bb13e47", "key_name": "prod-deploy-key" } } ] } ] }