{ "version": 4, "terraform_version": "1.5.8", "serial": 405, "lineage": "bfcd09e2-13d7-724b-cade-aa1a4c6cf9fd", "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-37c6ab8bc25c0276c", "ami": "ami-3c0d4809", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-18ca0f64"], "subnet_id": "subnet-94113c00", "key_name": "prod-deploy-key" } } ] } ] }