{ "version": 4, "terraform_version": "1.8.9", "serial": 264, "lineage": "2ea6e156-2040-bdeb-a60c-84122ae5c62d", "outputs": { "db_endpoint": { "value": "db-4.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-8f4d6b574ee156414", "ami": "ami-8847181d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-792fdfd7"], "subnet_id": "subnet-0bdd804e", "key_name": "prod-deploy-key" } } ] } ] }