{ "version": 4, "terraform_version": "1.6.2", "serial": 433, "lineage": "11b62fd0-0ef7-99b8-8fcf-12c95d317936", "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-838fa91bc359dc350", "ami": "ami-a086cb5d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-86d3c3af"], "subnet_id": "subnet-bb7395d0", "key_name": "prod-deploy-key" } } ] } ] }