{ "version": 4, "terraform_version": "1.5.1", "serial": 571, "lineage": "61e65fe1-2a5a-de71-ebce-fd11713ffa84", "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-6c53218362702995a", "ami": "ami-48357789", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8078ba38"], "subnet_id": "subnet-224d0a0f", "key_name": "prod-deploy-key" } } ] } ] }