{ "version": 4, "terraform_version": "1.5.0", "serial": 383, "lineage": "ed38264d-5afb-9ab9-9ace-a81d8139e16f", "outputs": { "db_endpoint": { "value": "db-0.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-af23b8c59e9177e12", "ami": "ami-8165129a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dd15769a"], "subnet_id": "subnet-ec44ad1d", "key_name": "prod-deploy-key" } } ] } ] }