{ "version": 4, "terraform_version": "1.6.3", "serial": 252, "lineage": "5a19c729-0077-335b-8ac5-52b7bff63d79", "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-bedf16d95354046b2", "ami": "ami-60da62e7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6546fba1"], "subnet_id": "subnet-198b3969", "key_name": "prod-deploy-key" } } ] } ] }