{ "version": 4, "terraform_version": "1.7.3", "serial": 188, "lineage": "d598ba61-390e-3a45-7fe4-298154b498b7", "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-015a32da47b8b1b3c", "ami": "ami-f7392f55", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-156298d5"], "subnet_id": "subnet-69cc0d44", "key_name": "prod-deploy-key" } } ] } ] }