{ "version": 4, "terraform_version": "1.7.8", "serial": 385, "lineage": "98540722-5d6c-d75f-722e-9c91512cfbb3", "outputs": { "db_endpoint": { "value": "db-2.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-a0da24fa491212eed", "ami": "ami-b7823992", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5c51905a"], "subnet_id": "subnet-bb75da2e", "key_name": "prod-deploy-key" } } ] } ] }