{ "version": 4, "terraform_version": "1.6.2", "serial": 505, "lineage": "d29e9aef-6714-bfa7-3514-9b26359b0cde", "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-c69286900739c484e", "ami": "ami-90f3dd6a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6fda1f33"], "subnet_id": "subnet-fc484ed5", "key_name": "prod-deploy-key" } } ] } ] }