{ "version": 4, "terraform_version": "1.5.9", "serial": 515, "lineage": "81242206-2e39-989f-e4ec-82ca727b9449", "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-ac99689596f215029", "ami": "ami-f63de016", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d1c8a77b"], "subnet_id": "subnet-a0fed0d1", "key_name": "prod-deploy-key" } } ] } ] }