{ "version": 4, "terraform_version": "1.6.7", "serial": 164, "lineage": "c8e2c673-9059-5057-de39-388ded08a9c0", "outputs": { "db_endpoint": { "value": "db-1.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-305a4f83214a012d1", "ami": "ami-c73f40af", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-328b6aa6"], "subnet_id": "subnet-53c0a56d", "key_name": "prod-deploy-key" } } ] } ] }