{ "version": 4, "terraform_version": "1.5.6", "serial": 500, "lineage": "d4a54795-dd2b-3ac7-9ecd-15245744c975", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-f9f0dfa2d8f8710b9", "ami": "ami-b07be761", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-101f8aa2"], "subnet_id": "subnet-982443ad", "key_name": "prod-deploy-key" } } ] } ] }