{ "version": 4, "terraform_version": "1.6.5", "serial": 390, "lineage": "0d153dc4-5a8a-3644-688a-9f11cd88ee84", "outputs": { "db_endpoint": { "value": "db-0.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-2cf1a966b6db437e9", "ami": "ami-59ea4de1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a042cb4f"], "subnet_id": "subnet-9fd914e7", "key_name": "prod-deploy-key" } } ] } ] }