{ "version": 4, "terraform_version": "1.5.5", "serial": 357, "lineage": "4936669c-a07b-5de2-b07f-22be7569ab89", "outputs": { "db_endpoint": { "value": "db-2.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-5ed63e53d51aa495b", "ami": "ami-fd12e4cf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9a00c144"], "subnet_id": "subnet-ce4802a7", "key_name": "prod-deploy-key" } } ] } ] }