{ "version": 4, "terraform_version": "1.8.1", "serial": 377, "lineage": "cea0ed2f-5ad0-c5c2-9ce4-1189056e2163", "outputs": { "db_endpoint": { "value": "db-3.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-b02390e7b50114641", "ami": "ami-23d6f0c7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fd084410"], "subnet_id": "subnet-c0f9561e", "key_name": "prod-deploy-key" } } ] } ] }