{ "version": 4, "terraform_version": "1.6.6", "serial": 532, "lineage": "40ad7b59-49dc-aa57-0ec1-99e6668eec5b", "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-a1ad8da172a1deee0", "ami": "ami-44ff44c1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c449f28e"], "subnet_id": "subnet-598cffce", "key_name": "prod-deploy-key" } } ] } ] }