{ "version": 4, "terraform_version": "1.6.8", "serial": 172, "lineage": "dea693e6-4822-7bba-5601-9875cce9c922", "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-5990538fcc8c17dca", "ami": "ami-36f59cf8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6796b6ce"], "subnet_id": "subnet-88c14f35", "key_name": "prod-deploy-key" } } ] } ] }