{ "version": 4, "terraform_version": "1.6.4", "serial": 226, "lineage": "088a5874-c370-cc50-66d8-521ff14f235b", "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-f6161a5adbd0e235e", "ami": "ami-d45b1faf", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5abe0b0b"], "subnet_id": "subnet-bf88b651", "key_name": "prod-deploy-key" } } ] } ] }