{ "version": 4, "terraform_version": "1.5.5", "serial": 383, "lineage": "1e4dfc60-9ea1-2bbe-370e-c470388d675a", "outputs": { "db_endpoint": { "value": "db-3.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-4af471a2eb1e568ab", "ami": "ami-11bb0541", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bf77e897"], "subnet_id": "subnet-f7e83a65", "key_name": "prod-deploy-key" } } ] } ] }