{ "version": 4, "terraform_version": "1.6.7", "serial": 513, "lineage": "5b4dc241-e721-c850-c92a-cb11dcc6b8cc", "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-b27e38c462db9320b", "ami": "ami-d9e258c0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-169b9339"], "subnet_id": "subnet-e2a8d9d2", "key_name": "prod-deploy-key" } } ] } ] }