{ "version": 4, "terraform_version": "1.6.1", "serial": 233, "lineage": "22e1357b-b668-ad74-3884-6c9ff3cb04d3", "outputs": { "db_endpoint": { "value": "db-4.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-317ca9bf05a48a3a0", "ami": "ami-e7bd66ec", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f6599b5d"], "subnet_id": "subnet-b06998a5", "key_name": "prod-deploy-key" } } ] } ] }