{ "version": 4, "terraform_version": "1.5.3", "serial": 540, "lineage": "24f47afe-ef79-bea3-60c1-30d0245fde12", "outputs": { "db_endpoint": { "value": "db-2.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-f8cd73c9440f0c953", "ami": "ami-00c36cb9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bb2ff90b"], "subnet_id": "subnet-a845b3e7", "key_name": "prod-deploy-key" } } ] } ] }