{ "version": 4, "terraform_version": "1.7.3", "serial": 416, "lineage": "8a2c71b3-47ac-1535-7498-e2be4e3cec0a", "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-fd1a945b0a5eccf1c", "ami": "ami-90b57ec1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6fe66247"], "subnet_id": "subnet-549b225e", "key_name": "prod-deploy-key" } } ] } ] }