{ "version": 4, "terraform_version": "1.5.6", "serial": 381, "lineage": "876d95be-8dff-3f6a-82ec-ecadbdfcdc85", "outputs": { "db_endpoint": { "value": "db-4.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-faa0c3dea8cf13bbc", "ami": "ami-3ce95b31", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-64e36f29"], "subnet_id": "subnet-3742326b", "key_name": "prod-deploy-key" } } ] } ] }