{ "version": 4, "terraform_version": "1.7.0", "serial": 420, "lineage": "78c51331-2d32-92eb-bffb-c0db3dbd396c", "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-8891deaae18673f21", "ami": "ami-e65e05e0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6877e602"], "subnet_id": "subnet-3e2fd627", "key_name": "prod-deploy-key" } } ] } ] }