{ "version": 4, "terraform_version": "1.5.8", "serial": 108, "lineage": "f0c73eaa-9f5b-4174-c110-2f5a1f751e00", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-690023ea1843bb23b", "ami": "ami-6eb30ae3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-eaba2185"], "subnet_id": "subnet-4ce782cf", "key_name": "prod-deploy-key" } } ] } ] }