{ "version": 4, "terraform_version": "1.5.4", "serial": 144, "lineage": "f12a0e0e-a92e-7871-303a-a183f5582163", "outputs": { "db_endpoint": { "value": "db-1.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-ca96d08cffc4eb27a", "ami": "ami-c01afe00", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9ed29e0e"], "subnet_id": "subnet-3b734495", "key_name": "prod-deploy-key" } } ] } ] }