{ "version": 4, "terraform_version": "1.6.8", "serial": 330, "lineage": "f0bd18be-b562-2a87-1eb6-72e0e9c87275", "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-bc35452737803d0db", "ami": "ami-4b696fe1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5d14b144"], "subnet_id": "subnet-af188e8d", "key_name": "prod-deploy-key" } } ] } ] }