{ "version": 4, "terraform_version": "1.7.0", "serial": 166, "lineage": "e7b160d1-3df5-5092-b1a1-381d09ac512d", "outputs": { "db_endpoint": { "value": "db-2.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-e42feaae780a53a8a", "ami": "ami-93539ced", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fc11e514"], "subnet_id": "subnet-d8ff7707", "key_name": "prod-deploy-key" } } ] } ] }