{ "version": 4, "terraform_version": "1.8.6", "serial": 269, "lineage": "985914b6-c8f3-7cfc-18db-6f93dcf37633", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-0d8a724fd6717bbfa", "ami": "ami-ad481fcd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c088e54f"], "subnet_id": "subnet-af3277e7", "key_name": "prod-deploy-key" } } ] } ] }