{ "version": 4, "terraform_version": "1.8.5", "serial": 448, "lineage": "3171b4ee-012b-0fc2-486e-f71ed003c32c", "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-760756ea9b76d7a91", "ami": "ami-21612beb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1023e09f"], "subnet_id": "subnet-cdd67ea4", "key_name": "prod-deploy-key" } } ] } ] }