{ "version": 4, "terraform_version": "1.6.3", "serial": 480, "lineage": "1f3c095f-fc93-8d31-a89b-69fe298ccf00", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c5154875274b235c8", "ami": "ami-fc1eab7b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-820a5319"], "subnet_id": "subnet-a9a08ca1", "key_name": "prod-deploy-key" } } ] } ] }