{ "version": 4, "terraform_version": "1.8.8", "serial": 376, "lineage": "c1396bc0-30b6-0b30-5b8e-d71d941a3a2e", "outputs": { "db_endpoint": { "value": "db-0.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-de21decdb9ab6dbdc", "ami": "ami-b785d411", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-263ceb83"], "subnet_id": "subnet-c6edbf11", "key_name": "prod-deploy-key" } } ] } ] }