{ "version": 4, "terraform_version": "1.6.4", "serial": 522, "lineage": "1ddce721-5426-a5f0-7b8f-dee541289607", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b31990c67e9d5499c", "ami": "ami-ce29d9f1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3631f29c"], "subnet_id": "subnet-53a02ff6", "key_name": "prod-deploy-key" } } ] } ] }