{ "version": 4, "terraform_version": "1.5.2", "serial": 357, "lineage": "fb22aa49-740b-718f-9ca9-1496049b4765", "outputs": { "db_endpoint": { "value": "db-4.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-e4f8283ac8a1a07c7", "ami": "ami-e3962f7a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-424bbfc3"], "subnet_id": "subnet-c7590258", "key_name": "prod-deploy-key" } } ] } ] }