{ "version": 4, "terraform_version": "1.7.4", "serial": 491, "lineage": "21e0d821-b04e-6b18-f91a-f4ecf423de3e", "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-b5689d63a0f9e3944", "ami": "ami-566f156f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fc39c021"], "subnet_id": "subnet-d0ad16db", "key_name": "prod-deploy-key" } } ] } ] }