{ "version": 4, "terraform_version": "1.7.2", "serial": 591, "lineage": "731f9203-44c9-9f13-8471-4ea8ced11af6", "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-0d75a0eecd48f27be", "ami": "ami-c7d0dd45", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a32f04bf"], "subnet_id": "subnet-9f0c8205", "key_name": "prod-deploy-key" } } ] } ] }