{ "version": 4, "terraform_version": "1.8.9", "serial": 483, "lineage": "7a08fabd-aae0-4e81-5cb7-a76c8814d7c5", "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-c35b2cc5025c8dcfe", "ami": "ami-d9a3fb64", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3d3b90ff"], "subnet_id": "subnet-c04c0a23", "key_name": "prod-deploy-key" } } ] } ] }