{ "version": 4, "terraform_version": "1.6.5", "serial": 170, "lineage": "49ec5464-21ba-61de-2c51-8c1f9a1b1df8", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-6bf8ccf7d40c86e4c", "ami": "ami-bc4228af", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e0a6bd43"], "subnet_id": "subnet-1a42d912", "key_name": "prod-deploy-key" } } ] } ] }