{ "version": 4, "terraform_version": "1.7.0", "serial": 205, "lineage": "bffc1e3b-a02b-8172-3f21-9bb2e894f473", "outputs": { "db_endpoint": { "value": "db-4.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-182f9e7584d5853e2", "ami": "ami-a46b739b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-845fcbc2"], "subnet_id": "subnet-cdd5c93e", "key_name": "prod-deploy-key" } } ] } ] }