{ "version": 4, "terraform_version": "1.6.1", "serial": 205, "lineage": "2eac809c-e6c5-f867-93a6-0539c5bed3f9", "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-94b90430878c93b13", "ami": "ami-717ebe37", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4839af2b"], "subnet_id": "subnet-a4945ad6", "key_name": "prod-deploy-key" } } ] } ] }