{ "version": 4, "terraform_version": "1.6.4", "serial": 493, "lineage": "39602e91-1430-e6c7-3489-ce4780c7c72c", "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-03dc8127b8301e456", "ami": "ami-d3dbe363", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-612481de"], "subnet_id": "subnet-fa87d448", "key_name": "prod-deploy-key" } } ] } ] }